Skip to content

Feat: Add Docker Compose, security tools, and improve logging#8

Merged
CharlesPoulin merged 1 commit intomainfrom
fix/codequality
Jan 15, 2026
Merged

Feat: Add Docker Compose, security tools, and improve logging#8
CharlesPoulin merged 1 commit intomainfrom
fix/codequality

Conversation

@CharlesPoulin
Copy link
Owner

Introduces docker-compose.yml and .dockerignore for container orchestration and build optimization. Switches Dockerfile to use the official Python image and installs uv via pip. Adds pip-audit and detect-secrets to pre-commit and dev dependencies, and updates Taskfile.yml with new security and Docker tasks. Improves logging in FastAPI app and main entrypoint, refines global exception handling, and updates tests for logger usage. Removes SECURITY.md and unused test fixture. Dependabot schedule changed to weekly.

Description

Please include a summary of the change and which issue is fixed.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with make test

Introduces docker-compose.yml and .dockerignore for container orchestration and build optimization. Switches Dockerfile to use the official Python image and installs uv via pip. Adds pip-audit and detect-secrets to pre-commit and dev dependencies, and updates Taskfile.yml with new security and Docker tasks. Improves logging in FastAPI app and main entrypoint, refines global exception handling, and updates tests for logger usage. Removes SECURITY.md and unused test fixture. Dependabot schedule changed to weekly.
@github-actions
Copy link
Contributor

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  src/defaultpython
  api.py 49-56
  main.py
Project Total  

This report was generated by python-coverage-comment-action

@CharlesPoulin CharlesPoulin merged commit 990e31a into main Jan 15, 2026
3 checks passed
@CharlesPoulin CharlesPoulin deleted the fix/codequality branch January 15, 2026 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant